home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global MainMode, qtinstaller, MainPath, JpgPath, MovPath, TxtPath, Writer, km, nappi_sprite, teksti_sprite, txt_ending
- ClrCursorS()
- WaitCursor()
- set txt_name to TxtPath & the name of member the member of sprite 112 & txt_ending
- if the machineType = 256 then
- open(txt_name, Writer)
- else
- open(txt_name, "SimpleText")
- end if
- end
-